!>(_:)

public prefix func !><Wrapped> (input: ThrowingFuture<Wrapped>) throws -> Wrapped

Wait until the given ThrowingFuture has completed and extract its value. May throw errors, so use with try.

  • Undocumented

    Declaration

    Swift

    public prefix func !><Wrapped> (input: ThrowingFuture<Wrapped>) throws -> Wrapped